//
//  KIFTester+EXAddition.h
//  Testable
//
//  Created by Brian Nickel on 12/18/12.
//
//

#import <KIF/KIF.h>

@interface KIFUITestActor (EXAddition)

- (void)reset;
- (void)goToLoginPage;

@end
